• frmStudentNoDuesRecord.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmStudentsNoDuesRecord
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmStudentsNoDuesRecord))
31         Me.Panel2 = New System.Windows.Forms.Panel()
32         Me.Label1 = New System.Windows.Forms.Label()
33         Me.dgw = New System.Windows.Forms.DataGridView()
34         Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
35         Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
36         Me.Column3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
37         Me.Panel3 = New System.Windows.Forms.Panel()
38         Me.Button1 = New System.Windows.Forms.Button()
39         Me.Button4 = New System.Windows.Forms.Button()
40         Me.btnReset = New System.Windows.Forms.Button()
41         Me.Panel1 = New System.Windows.Forms.Panel()
42         Me.btnSearch = New System.Windows.Forms.Button()
43         Me.GroupBox4 = New System.Windows.Forms.GroupBox()
44         Me.Label3 = New System.Windows.Forms.Label()
45         Me.Label2 = New System.Windows.Forms.Label()
46         Me.Label4 = New System.Windows.Forms.Label()
47         Me.cmbSection = New System.Windows.Forms.ComboBox()
48         Me.cmbClass = New System.Windows.Forms.ComboBox()
49         Me.cmbSession = New System.Windows.Forms.ComboBox()
50         Me.Panel2.SuspendLayout()
51         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
52         Me.Panel3.SuspendLayout()
53         Me.Panel1.SuspendLayout()
54         Me.GroupBox4.SuspendLayout()
55         Me.SuspendLayout()
56         
'
57         
'Panel2
58         
'
59         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
60         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
61         Me.Panel2.Controls.Add(Me.Label1)
62         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
63         Me.Panel2.Name =
"Panel2"
64         Me.Panel2.Size = New System.Drawing.Size(
554, 62)
65         Me.Panel2.TabIndex =
0
66         
'
67         
'Label1
68         
'
69         Me.Label1.AutoSize = True
70         Me.Label1.BackColor = System.Drawing.Color.Transparent
71         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
72         Me.Label1.ForeColor = System.Drawing.Color.White
73         Me.Label1.Location = New System.Drawing.Point(
160, 19)
74         Me.Label1.Name =
"Label1"
75         Me.Label1.Size = New System.Drawing.Size(
252, 24)
76         Me.Label1.TabIndex =
0
77         Me.Label1.Text =
"Students No Dues Record"
78         
'
79         
'dgw
80         
'
81         Me.dgw.AllowUserToAddRows = False
82         Me.dgw.AllowUserToDeleteRows = False
83         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
84         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
85         Me.dgw.BackgroundColor = System.Drawing.Color.White
86         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
87         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
88         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
89         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
90         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
91         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
92         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
93         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
94         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
95         Me.dgw.ColumnHeadersHeight =
30
96         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2, Me.Column3})
97         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
98         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
99         DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
100         DataGridViewCellStyle3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
101         DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
102         DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
103         DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
104         DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
105         Me.dgw.DefaultCellStyle = DataGridViewCellStyle3
106         Me.dgw.EnableHeadersVisualStyles = False
107         Me.dgw.GridColor = System.Drawing.Color.White
108         Me.dgw.Location = New System.Drawing.Point(
9, 168)
109         Me.dgw.MultiSelect = False
110         Me.dgw.Name =
"dgw"
111         Me.dgw.ReadOnly = True
112         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
113         DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
114         DataGridViewCellStyle4.BackColor = System.Drawing.Color.CadetBlue
115         DataGridViewCellStyle4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
116         DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
117         DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.DarkSlateGray
118         DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
119         DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
120         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle4
121         Me.dgw.RowHeadersWidth =
25
122         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
123         DataGridViewCellStyle5.BackColor = System.Drawing.Color.White
124         DataGridViewCellStyle5.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
125         DataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.DarkSlateGray
126         DataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.White
127         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle5
128         Me.dgw.RowTemplate.Height =
18
129         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
130         Me.dgw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
131         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
132         Me.dgw.Size = New System.Drawing.Size(
428, 459)
133         Me.dgw.TabIndex =
1
134         
'
135         
'Column1
136         
'
137         Me.Column1.HeaderText =
"Admission No."
138         Me.Column1.Name =
"Column1"
139         Me.Column1.ReadOnly = True
140         
'
141         
'Column2
142         
'
143         Me.Column2.HeaderText =
"Student name"
144         Me.Column2.Name =
"Column2"
145         Me.Column2.ReadOnly = True
146         Me.Column2.Width =
200
147         
'
148         
'Column3
149         
'
150         Me.Column3.HeaderText =
"Status"
151         Me.Column3.Name =
"Column3"
152         Me.Column3.ReadOnly = True
153         
'
154         
'Panel3
155         
'
156         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
157         Me.Panel3.Controls.Add(Me.Button1)
158         Me.Panel3.Controls.Add(Me.Button4)
159         Me.Panel3.Controls.Add(Me.btnReset)
160         Me.Panel3.Location = New System.Drawing.Point(
447, 168)
161         Me.Panel3.Name =
"Panel3"
162         Me.Panel3.Size = New System.Drawing.Size(
116, 139)
163         Me.Panel3.TabIndex =
41
164         
'
165         
'Button1
166         
'
167         Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
168         Me.Button1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
169         Me.Button1.Location = New System.Drawing.Point(
16, 12)
170         Me.Button1.Name =
"Button1"
171         Me.Button1.Size = New System.Drawing.Size(
80, 33)
172         Me.Button1.TabIndex =
43
173         Me.Button1.Text =
"&Export Excel"
174         Me.Button1.UseVisualStyleBackColor = True
175         
'
176         
'Button4
177         
'
178         Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Popup
179         Me.Button4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
180         Me.Button4.Location = New System.Drawing.Point(
17, 90)
181         Me.Button4.Name =
"Button4"
182         Me.Button4.Size = New System.Drawing.Size(
79, 33)
183         Me.Button4.TabIndex =
2
184         Me.Button4.Text =
"&Close"
185         Me.Button4.UseVisualStyleBackColor = True
186         
'
187         
'btnReset
188         
'
189         Me.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Popup
190         Me.btnReset.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
191         Me.btnReset.Location = New System.Drawing.Point(
16, 51)
192         Me.btnReset.Name =
"btnReset"
193         Me.btnReset.Size = New System.Drawing.Size(
80, 33)
194         Me.btnReset.TabIndex =
0
195         Me.btnReset.Text =
"&Reset"
196         Me.btnReset.UseVisualStyleBackColor = True
197         
'
198         
'Panel1
199         
'
200         Me.Panel1.BackColor = System.Drawing.Color.White
201         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
202         Me.Panel1.Controls.Add(Me.btnSearch)
203         Me.Panel1.Controls.Add(Me.GroupBox4)
204         Me.Panel1.Controls.Add(Me.Panel3)
205         Me.Panel1.Controls.Add(Me.dgw)
206         Me.Panel1.Controls.Add(Me.Panel2)
207         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
208         Me.Panel1.Name =
"Panel1"
209         Me.Panel1.Size = New System.Drawing.Size(
577, 634)
210         Me.Panel1.TabIndex =
2
211         
'
212         
'btnSearch
213         
'
214         Me.btnSearch.FlatStyle = System.Windows.Forms.FlatStyle.Popup
215         Me.btnSearch.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
216         Me.btnSearch.Location = New System.Drawing.Point(
408, 111)
217         Me.btnSearch.Name =
"btnSearch"
218         Me.btnSearch.Size = New System.Drawing.Size(
91, 28)
219         Me.btnSearch.TabIndex =
49
220         Me.btnSearch.Text =
"&Search"
221         Me.btnSearch.UseVisualStyleBackColor = True
222         
'
223         
'GroupBox4
224         
'
225         Me.GroupBox4.BackColor = System.Drawing.Color.Transparent
226         Me.GroupBox4.Controls.Add(Me.Label3)
227         Me.GroupBox4.Controls.Add(Me.Label2)
228         Me.GroupBox4.Controls.Add(Me.Label4)
229         Me.GroupBox4.Controls.Add(Me.cmbSection)
230         Me.GroupBox4.Controls.Add(Me.cmbClass)
231         Me.GroupBox4.Controls.Add(Me.cmbSession)
232         Me.GroupBox4.Location = New System.Drawing.Point(
9, 80)
233         Me.GroupBox4.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
234         Me.GroupBox4.Name =
"GroupBox4"
235         Me.GroupBox4.Padding = New System.Windows.Forms.Padding(
3, 4, 3, 4)
236         Me.GroupBox4.Size = New System.Drawing.Size(
390, 81)
237         Me.GroupBox4.TabIndex =
46
238         Me.GroupBox4.TabStop = False
239         
'
240         
'Label3
241         
'
242         Me.Label3.AutoSize = True
243         Me.Label3.ForeColor = System.Drawing.Color.Black
244         Me.Label3.Location = New System.Drawing.Point(
272, 18)
245         Me.Label3.Name =
"Label3"
246         Me.Label3.Size = New System.Drawing.Size(
49, 13)
247         Me.Label3.TabIndex =
35
248         Me.Label3.Text =
"Section :"
249         
'
250         
'Label2
251         
'
252         Me.Label2.AutoSize = True
253         Me.Label2.ForeColor = System.Drawing.Color.Black
254         Me.Label2.Location = New System.Drawing.Point(
152, 18)
255         Me.Label2.Name =
"Label2"
256         Me.Label2.Size = New System.Drawing.Size(
38, 13)
257         Me.Label2.TabIndex =
34
258         Me.Label2.Text =
"Class :"
259         
'
260         
'Label4
261         
'
262         Me.Label4.AutoSize = True
263         Me.Label4.ForeColor = System.Drawing.Color.Black
264         Me.Label4.Location = New System.Drawing.Point(
14, 17)
265         Me.Label4.Name =
"Label4"
266         Me.Label4.Size = New System.Drawing.Size(
53, 13)
267         Me.Label4.TabIndex =
33
268         Me.Label4.Text =
"Session : "
269         
'
270         
'cmbSection
271         
'
272         Me.cmbSection.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
273         Me.cmbSection.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
274         Me.cmbSection.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
275         Me.cmbSection.Enabled = False
276         Me.cmbSection.FormattingEnabled = True
277         Me.cmbSection.Location = New System.Drawing.Point(
275, 40)
278         Me.cmbSection.Name =
"cmbSection"
279         Me.cmbSection.Size = New System.Drawing.Size(
100, 21)
280         Me.cmbSection.TabIndex =
2
281         
'
282         
'cmbClass
283         
'
284         Me.cmbClass.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
285         Me.cmbClass.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
286         Me.cmbClass.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
287         Me.cmbClass.Enabled = False
288         Me.cmbClass.FormattingEnabled = True
289         Me.cmbClass.Location = New System.Drawing.Point(
155, 40)
290         Me.cmbClass.Name =
"cmbClass"
291         Me.cmbClass.Size = New System.Drawing.Size(
112, 21)
292         Me.cmbClass.TabIndex =
1
293         
'
294         
'cmbSession
295         
'
296         Me.cmbSession.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
297         Me.cmbSession.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
298         Me.cmbSession.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
299         Me.cmbSession.FormattingEnabled = True
300         Me.cmbSession.Location = New System.Drawing.Point(
17, 40)
301         Me.cmbSession.Name =
"cmbSession"
302         Me.cmbSession.Size = New System.Drawing.Size(
124, 21)
303         Me.cmbSession.TabIndex =
0
304         
'
305         
'frmStudentsNoDuesRecord
306         
'
307         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
308         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
309         Me.BackColor = System.Drawing.Color.DarkSlateGray
310         Me.ClientSize = New System.Drawing.Size(
601, 661)
311         Me.Controls.Add(Me.Panel1)
312         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
313         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
314         Me.MaximizeBox = False
315         Me.MinimizeBox = False
316         Me.Name =
"frmStudentsNoDuesRecord"
317         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
318         Me.Panel2.ResumeLayout(False)
319         Me.Panel2.PerformLayout()
320         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
321         Me.Panel3.ResumeLayout(False)
322         Me.Panel1.ResumeLayout(False)
323         Me.GroupBox4.ResumeLayout(False)
324         Me.GroupBox4.PerformLayout()
325         Me.ResumeLayout(False)
326
327     End Sub
328     Friend WithEvents Panel2 As System.Windows.Forms.Panel
329     Friend WithEvents Label1 As System.Windows.Forms.Label
330     Friend WithEvents dgw As System.Windows.Forms.DataGridView
331     Friend WithEvents Panel3 As System.Windows.Forms.Panel
332     Private WithEvents Button4 As System.Windows.Forms.Button
333     Private WithEvents btnReset As System.Windows.Forms.Button
334     Friend WithEvents Panel1 As System.Windows.Forms.Panel
335     Private WithEvents Button1 As System.Windows.Forms.Button
336     Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
337     Friend WithEvents Column2 As System.Windows.Forms.DataGridViewTextBoxColumn
338     Friend WithEvents Column3 As System.Windows.Forms.DataGridViewTextBoxColumn
339     Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox
340     Friend WithEvents Label3 As System.Windows.Forms.Label
341     Friend WithEvents Label2 As System.Windows.Forms.Label
342     Friend WithEvents Label4 As System.Windows.Forms.Label
343     Friend WithEvents cmbSection As System.Windows.Forms.ComboBox
344     Friend WithEvents cmbClass As System.Windows.Forms.ComboBox
345     Friend WithEvents cmbSession As System.Windows.Forms.ComboBox
346     Private WithEvents btnSearch As System.Windows.Forms.Button
347
348 End Class


Gõ tìm kiếm nhanh...